:root {
  --header-hegiht: 100px;
}

.page-product .page-productMain {
  display: flex;
  flex-direction: column;
}

.page-product__container {
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-bottom: 0.74074vh;
}

.page-product__container-left {
  flex: 1;
  transition: all 0.8s;
  transform: translateX(-200px);
  opacity: 0;
}

.page-product__container-left .productTitle {
  margin-bottom: 5.74074vh;
}

.page-product__container-left .productTitle .productTitleE {
  font-weight: 600;
  font-size: 56px;
  color: #35b4ff;
  line-height: 80px;
}

.page-product__container-left .productTitle .productTitleC {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 36px;
}

.page-product__container-left .productContentC {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  text-align: justify;
  text-indent: 2em;
}

.page-product__container-left .productContentE {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: justify;
  padding-top: 1.85185vh;
  text-indent: 2em;
}

.page-product__container-right {
  margin-top: 11.11111vh;
  height: 25.18519vh;
  aspect-ratio: 445 / 272;
  margin-left: 4.16667vw;
  transition: all 0.8s;
  transform: translateX(200px);
  opacity: 0;
  position: relative;
}

.page-product__container-right-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.page-product .productBKMain {
  overflow: hidden;
}

.page-product .productBKMain .productBK {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.8s;
  position: relative;
  padding-top: 5.55556vh;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.page-product .productBKMain .productBK .productBKItem {
  width: 240px;
  height: 220px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 20px 0px rgba(82, 86, 108, 0.04);
  border-radius: 12px;
  padding: 27px 0 0;
  position: relative;
}

.page-product .productBKMain .productBK .productBKItem::after {
  content: "";
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: #00479d;
  border-radius: 5px;
}

.page-product .productBKMain .productBK .productBKItem .productBKItemI {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 25px;
}

.page-product .productBKMain .productBK .productBKItem .productBKItemC {
  min-height: 52px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-product .productBKMain .productBK .productBKItem .productBKItemC span {
  font-size: 14px;
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .page-product .productBKMain .productBK .productBKItem {
    width: 200px;
  }
  .page-product .productBKMain .productBK .productBKItem .productBKItemC {
    font-size: 16px;
  }
  .page-product .productBKMain .productBK .productBKItem .productBKItemC span {
    font-size: 13px;
  }
}

@media (max-width: 1300px) {
  .page-product .productBKMain .productBK .productBKItem {
    width: 200px;
  }
  .page-product .productBKMain .productBK .productBKItem .productBKItemC {
    font-size: 16px;
  }
  .page-product .productBKMain .productBK .productBKItem .productBKItemC span {
    font-size: 12px;
  }
}

.page-product .productLink {
  padding-top: 5.55556vh;
}

.page-product.animated .page-product__container-left, .page-product.animated .page-product__container-right {
  transform: translate(0, 0);
  opacity: 1;
}

.page-product.animated .productBK {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .page-product .page-product__container-left, .page-product .page-product__container-right {
    transform: translate(0, 0);
    opacity: 1;
  }
  .page-product .productBK {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
